WebdavSession Class |
Namespace: Independentsoft.Webdav
The WebdavSession type exposes the following members.
| Name | Description | |
|---|---|---|
| WebdavSession |
Initializes a new instance of the WebdavSession class.
| |
| WebdavSession(ICredentials) |
Initializes a new instance of the WebdavSession class.
| |
| WebdavSession(WebProxy) |
Initializes a new instance of the WebdavSession class with proxy support.
| |
| WebdavSession(ICredentials, WebProxy) |
Initializes a new instance of the WebdavSession class.
|
| Name | Description | |
|---|---|---|
| Credentials |
Gets or sets the network credentials used to authenticate the request
with the Internet resource.
| |
| Proxy |
Gets or sets proxy information for the session.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
NetworkCredential credential = new NetworkCredential("Administrator","password123"); WebdavSession session = new WebdavSession(credential);